@f{xyzvolume}ΒΆ

Calculates the volume, area or the quotient volume/area for a given 3D dataset.

@f{xyzvolume(DatasetName, Format)}
@f{xyzvolume(DatasetName, Format, Type)}

Parameters

DatasetName

DatasetName is the dataset name.

Format

Format is a format string to format the output, e.g. %.1lf. See printf.

Type

Type is the string area or v/a.

Example

Eingabe:

@f{xyzvolume(Data1, Volume=%g)}

@f{xyzvolume(Data1, Area=%.1lf, area)}

@f{xyzvolume(Data1, v/a=%.1lf, v/a)}

id-756759